Merge pull request #191 from wizonesolutions/feature/better-env-example

Explain how to configure DOMAIN for production.

Andrew Cantino 10 年之前
父節點
當前提交
862756cb5c
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      .env.example

+ 1 - 0
.env.example

@@ -6,6 +6,7 @@ APP_SECRET_TOKEN=REPLACE_ME_NOW!
6 6
 # This is the domain where your Huginn instance will be running.  The default should work
7 7
 # for development, but it needs to be changed when you deploy to a production environment.
8 8
 DOMAIN=localhost:3000
9
+#DOMAIN=http://yourdomain.com # production value; replace with your domain name, and port if not 80
9 10
 
10 11
 # Optionally set an asset host
11 12
 # ASSET_HOST=http://assets.example.com